Start automake-ifying
authorOwen Taylor <otaylor@src.gnome.org>
Mon, 6 Mar 2000 16:39:14 +0000 (16:39 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 6 Mar 2000 16:39:14 +0000 (16:39 +0000)
modules/engines/pixbuf/Makefile.am [new file with mode: 0644]

diff --git a/modules/engines/pixbuf/Makefile.am b/modules/engines/pixbuf/Makefile.am
new file mode 100644 (file)
index 0000000..9b4ad3a
--- /dev/null
@@ -0,0 +1,14 @@
+INCLUDES = $(GTK_CFLAGS)
+
+enginedir = $(libdir)/gtk/themes/engines
+
+engine_LTLIBRARIES = libpixmap.la
+
+libpixmap_la_SOURCES =                 \
+       pixmap_theme_draw.c     \
+       pixmap_theme_main.c     \
+       pixmap_theme_pixbuf.c   \
+       pixmap_theme.h
+
+libpixmap_la_LDFLAGS = -module -avoid-version
+libpixmap_la_LIBADD =